Correct help string for --disable-gdiplus.
authorTor Lillqvist <tml@novell.com>
Mon, 8 Sep 2008 08:06:06 +0000 (08:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 8 Sep 2008 08:06:06 +0000 (08:06 +0000)
2008-09-08  Tor Lillqvist  <tml@novell.com>

* configure.in (debug_default): Correct help string for
--disable-gdiplus.

svn path=/trunk/; revision=21319

ChangeLog
configure.in

index b42a2eb988a92fe5e2579cc91b008f774e2e68b1..0cf1e46eb150ef65af03eef3f6ba209963aee4dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-08  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in (debug_default): Correct help string for
+       --disable-gdiplus.
+
 2008-09-07  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkfilechooserdefault.c: Actually use mime types, not content
index c23e7eec9ddbd8a7202a9bde9c2bce75e543740c..60702693e66011fa4ebf742841931523589a1856 100644 (file)
@@ -793,7 +793,7 @@ AC_ARG_WITH(libjasper,
                             [disable JPEG2000 loader for gdk-pixbuf])])
 
 AC_ARG_ENABLE(gdiplus,
-            [AC_HELP_STRING([--disable-gdiplus-loaders],
+            [AC_HELP_STRING([--disable-gdiplus],
                             [disable GDI+ loaders for gdk-pixbuf])])
 
 AM_CONDITIONAL(BUILD_GDIPLUS_LOADERS, [ test x$os_win32 = xyes && test x$enable_gdiplus != xno ])